docs: fix GtkWidget::size-allocate description
authorMarcus Karlsson <mk@acc.umu.se>
Tue, 8 Apr 2014 20:40:01 +0000 (22:40 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 13 Apr 2014 21:43:47 +0000 (14:43 -0700)
The documentation for the GtkWidget::size-allocate signal is missing the
description of the "allocation" parameter. Add the missing description
to the parameter.

https://bugzilla.gnome.org/show_bug.cgi?id=726179

gtk/gtkwidget.c

index d3d78ddb1f4be3c3d8a3030c197983e1a2c858fe..4e26f71e653d34564805c0734134a48912c8abf6 100644 (file)
@@ -1779,7 +1779,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
   /**
    * GtkWidget::size-allocate:
    * @widget: the object which received the signal.
-   * @allocation:
+   * @allocation: the region which has been allocated to the widget.
    */
   widget_signals[SIZE_ALLOCATE] =
     g_signal_new (I_("size-allocate"),